notebook: Do not reorder tabs after a grab notify if there isn't an ongoing reorder...
authorCarlos Garcia Campos <cgarcia@igalia.com>
Tue, 2 Feb 2016 17:50:58 +0000 (18:50 +0100)
committerCarlos Garcia Campos <carlosgc@gnome.org>
Tue, 2 Feb 2016 18:02:53 +0000 (19:02 +0100)
commitfeabf353716007833cab18d64499180348a5c22a
treede3ce08b50d50622d9f77b5fa73448cc854a2dec
parentcc881531305c18cc3899ebc7015ee8eec93dd291
notebook: Do not reorder tabs after a grab notify if there isn't an ongoing reorder operation

This broke in f535251507a6a0af68aed6348ae80cbdac9b1f4a that removed
during_reorder in favor of using the current operation, but removed the
check from gtk_notebook_stop_reorder().
gtk/gtknotebook.c